Found 20 threads
-
9 Voti
"SELECT * INTO table FROM" a stored procedure? Possible?
I did a search and read a few solutions but they just don't make too much sense to me. Forgive my newbie-ness but I'm still pretty new when it comes to stored procedures. I'm still learning every ...Con risposta | 40 Risposte | 232129 Visualizzazioni | Created by Doua - lunedì 9 marzo 2009 16:16 | ultima risposta da Naomi N - venerdì 28 agosto 2020 12:56 -
0 Voti
How to change database back to NORECOVERY MODE FROM RECOVERY MODE
Hi Experts, I took full backup of "Practice" DB today at 6 PM EST and stored on D drive on the box(say box A, Practice.BAK), also I took 2 log backup at 6:30 PM & 7 PM ...Con risposta | 6 Risposte | 71286 Visualizzazioni | Created by gk1393 - venerdì 16 luglio 2010 00:25 | ultima risposta da Naomi N - martedì 11 agosto 2020 18:32 -
0 Voti
Update Excel spreadsheet using ACE driver (Microsoft.Ace.OLEDB.12.0) in 64bit environment.
Hi all, Well, I finally thought I'd try to ditch the dogleg through 32bit SQL Express and try to update spreadsheets (XLS) using the Microsoft.Ace.OLEDB.12.0 ...Domanda | 8 Risposte | 22535 Visualizzazioni | Created by JCEH - martedì 20 novembre 2012 14:39 | ultima risposta da Erland Sommarskog - venerdì 7 agosto 2020 20:59 -
0 Voti
Msg 7357, Level 16, State 1, Line 1 OPENROWSET
hi, please help me , when i am exe below Query its give the above error ...Con risposta | 8 Risposte | 13056 Visualizzazioni | Created by kvraodba - sabato 8 dicembre 2012 02:26 | ultima risposta da MarianSosa - venerdì 31 luglio 2020 19:36 -
0 Voti
BULK INSERT .csv file error
hi, as my assignment I got a 32GIG .csv file, i need to get this file in sql server i use the new one 'denali'. I can't open the file cause it's so large, so i ...Con risposta | 10 Risposte | 31190 Visualizzazioni | Created by matthias1989 - lunedì 5 marzo 2012 12:28 | ultima risposta da Jeff Moden - giovedì 30 luglio 2020 04:19 -
16 Voti
Can I use a COLLATE clause in a temp table definition?
Can someone provide an example of using a COLLATE clause when defining a temporary table? My goal is to get the temp table's definition to use the database_default value for collation so I don't ...Con risposta | 32 Risposte | 31704 Visualizzazioni | Created by Larry Weiss - martedì 13 maggio 2014 15:04 | ultima risposta da Naomi N - venerdì 17 luglio 2020 13:29 -
2 Voti
How to Pivot tables in SQL 2000
Hi All, I've a query that is designed using PIVOT as discussed, http://j.mp/zV6tVa. Now this query has to be executed on SQL 2000. It is a known fact that pivot is not a ...Con risposta | 20 Risposte | 23041 Visualizzazioni | Created by Chakravarthy - martedì 28 febbraio 2012 09:53 | ultima risposta da ksoft001 - venerdì 3 luglio 2020 00:03 -
0 Voti
WMI Error
Hello All, When i try to upgrade from Sql Server 2008 R2 SP2 to 2012 SP2 Everything installs fine except for the Reporting Services - Native. During the ...Con risposta | 7 Risposte | 8385 Visualizzazioni | Created by mkl69 - venerdì 7 novembre 2014 22:20 | ultima risposta da sandeep2005 - mercoledì 17 giugno 2020 10:45 -
46 Voti
The media set has 2 media families but only 1 are provided.
I made a backup of my database from ServerA (SQL 2000) and trying to restore it to ServerB (SQL 2005) and get this error below, even after configuring the log and data paths for the ...Con risposta | 87 Risposte | 418367 Visualizzazioni | Created by NoEgo - lunedì 20 febbraio 2006 23:21 | ultima risposta da scott_morris-ga - venerdì 12 giugno 2020 14:28 -
5 Voti
How to change SQL server 2008 collate after installation
Hi, On windows sever 2008 I've installed SQL server 2008 RC0. At the time of installation, I'd specified the collation as LATIN1_GENERAL_BIN, and now I want ...Con risposta | 28 Risposte | 196037 Visualizzazioni | Created by Sandip Maniar - martedì 29 luglio 2008 20:51 | ultima risposta da Erland Sommarskog - venerdì 8 maggio 2020 08:59 -
1 Voti
Remote connection to Analysis Services
Open --> Analysis Services database..." I write the server name and I get the same error. Please I need your help. Do somebody know what might be ...Con risposta | 16 Risposte | 31625 Visualizzazioni | Created by Estefanía1 - martedì 8 aprile 2008 10:51 | ultima risposta da Shivendoo Kumar Dubey - mercoledì 1 aprile 2020 01:12 -
2 Voti
Remove 0x from binary values using t-sql
Hi All, How do I remove 0x from a binary value using t-sql. Input is 0x000000000000048B I need output to be ...Risposta suggerita | 19 Risposte | 29335 Visualizzazioni | Created by sql9 - martedì 29 novembre 2011 16:40 | ultima risposta da Jeff Moden - sabato 28 marzo 2020 07:22 -
8 Voti
DATE FORMAT MMYYYY for current date
Hi please help I need to get the current month and year Only from todays date (getdate) DATE FORMAT In MMYYYY for current date Thanks In ...Con risposta | 9 Risposte | 32205 Visualizzazioni | Created by KODI_KODI - domenica 16 dicembre 2012 13:51 | ultima risposta da Jeff Moden - sabato 28 marzo 2020 06:58 -
1 Voti
Is BULK INSERT faster than SSIS?
Quote from a recent forum thread: "On the processes i use now, im using SSIS (With the max tunning i can), but, even that way, bulk load by TSQL was extremely fast!...we load, every day, about ...Con risposta | 17 Risposte | 27495 Visualizzazioni | Created by Kalman Toth - mercoledì 21 marzo 2012 14:57 | ultima risposta da Jeff Moden - sabato 28 marzo 2020 06:45 -
4 Voti
Msg 8164, Level 16, State 1, Procedure sp_MSload_tmp_replication_status, Line 80 An INSERT EXEC statement cannot be nested.
I am trying to insert replication-publication status into temp table, but am facing issues. create table #1( publisher_db ...Con risposta | 10 Risposte | 15156 Visualizzazioni | Created by Santhosh Aryan - venerdì 2 settembre 2011 13:48 | ultima risposta da Kalman Kiss - martedì 17 marzo 2020 10:25 -
1 Voti
Powershell Security Issues
I'm not sure if this is the right forum for this, but I'm having a problem scripting with powershell. I'm trying to bind a SQL connection using Integrated Auth, but when I run the ...Domanda | 3 Risposte | 12377 Visualizzazioni | Created by Dan112233 - martedì 8 febbraio 2011 17:29 | ultima risposta da Ian.Fuller - lunedì 9 marzo 2020 19:15 -
2 Voti
BULK INSERT into "new" table possible?
Hello, I'm trying to find a way (outside of OPENROWSET) to import data into a SQL table where the source CSV file has varying column headers. Is it possible to ...Con risposta | 14 Risposte | 52617 Visualizzazioni | Created by mmw_pdx - venerdì 4 febbraio 2011 16:59 | ultima risposta da TheBrenda - venerdì 6 marzo 2020 17:47 -
0 Voti
SSIS 2008 - Make Selected Items (Boxes) Same Width In Control Flow & Design Flow
Make Same Size --> Width Same size as which box? When I resize the top one, select it, and select the others one by one holding down the CTRL key, it ...Con risposta | 9 Risposte | 12636 Visualizzazioni | Created by Kalman Toth - venerdì 23 ottobre 2009 22:41 | ultima risposta da st9912345 - mercoledì 4 marzo 2020 02:30 -
1 Voti
How to start an sp_procoption "STARTUP" enabled Stored Procedure without restarting SQL Server?
Is there a way to "start" a stored procedure that has been configured for automatic startup via sp_procoption without having to restart SQL ...Con risposta | 8 Risposte | 6588 Visualizzazioni | Created by Operation Insanity - mercoledì 30 luglio 2014 22:16 | ultima risposta da Alexander Dickbauer - BOS - martedì 3 marzo 2020 10:14 -
2 Voti
convert ANSI to unicode
Hi, I am trying to convert while uploading a text file from ANSI format text file to Unicode format text file. How can I do it in ...Con risposta | 2 Risposte | 12399 Visualizzazioni | Created by ShajiManj - sabato 14 marzo 2009 08:57 | ultima risposta da Blakelyjoy - mercoledì 19 febbraio 2020 06:54 - Items 1 to 20 of 19401 prossimo ›