Found 20 threads
-
9 Votes
"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 ...Answered | 40 Replies | 228152 Views | Created by Doua - Monday, March 9, 2009 4:16 PM | Last reply by Naomi N - Friday, August 28, 2020 12:56 PM -
0 Votes
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 ...Answered | 6 Replies | 69622 Views | Created by gk1393 - Friday, July 16, 2010 12:25 AM | Last reply by Naomi N - Tuesday, August 11, 2020 6:32 PM -
0 Votes
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 ...Unanswered | 8 Replies | 21637 Views | Created by JCEH - Tuesday, November 20, 2012 2:39 PM | Last reply by Erland Sommarskog - Friday, August 7, 2020 8:59 PM -
0 Votes
Msg 7357, Level 16, State 1, Line 1 OPENROWSET
hi, please help me , when i am exe below Query its give the above error ...Answered | 8 Replies | 12316 Views | Created by kvraodba - Saturday, December 8, 2012 2:26 AM | Last reply by MarianSosa - Friday, July 31, 2020 7:36 PM -
0 Votes
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 ...Answered | 10 Replies | 30368 Views | Created by matthias1989 - Monday, March 5, 2012 12:28 PM | Last reply by Jeff Moden - Thursday, July 30, 2020 4:19 AM -
16 Votes
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 ...Answered | 32 Replies | 29056 Views | Created by Larry Weiss - Tuesday, May 13, 2014 3:04 PM | Last reply by Naomi N - Friday, July 17, 2020 1:29 PM -
2 Votes
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 ...Answered | 20 Replies | 22486 Views | Created by Chakravarthy - Tuesday, February 28, 2012 9:53 AM | Last reply by ksoft001 - Friday, July 3, 2020 12:03 AM -
0 Votes
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 ...Answered | 7 Replies | 7859 Views | Created by mkl69 - Friday, November 7, 2014 10:20 PM | Last reply by sandeep2005 - Wednesday, June 17, 2020 10:45 AM -
46 Votes
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 ...Answered | 87 Replies | 414480 Views | Created by NoEgo - Monday, February 20, 2006 11:21 PM | Last reply by scott_morris-ga - Friday, June 12, 2020 2:28 PM -
5 Votes
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 ...Answered | 28 Replies | 195209 Views | Created by Sandip Maniar - Tuesday, July 29, 2008 8:51 PM | Last reply by Erland Sommarskog - Friday, May 8, 2020 8:59 AM -
1 Votes
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 ...Answered | 16 Replies | 30962 Views | Created by Estefanía1 - Tuesday, April 8, 2008 10:51 AM | Last reply by Shivendoo Kumar Dubey - Wednesday, April 1, 2020 1:12 AM -
2 Votes
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 ...Proposed | 19 Replies | 28338 Views | Created by sql9 - Tuesday, November 29, 2011 4:40 PM | Last reply by Jeff Moden - Saturday, March 28, 2020 7:22 AM -
8 Votes
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 ...Answered | 9 Replies | 31343 Views | Created by KODI_KODI - Sunday, December 16, 2012 1:51 PM | Last reply by Jeff Moden - Saturday, March 28, 2020 6:58 AM -
1 Votes
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 ...Answered | 17 Replies | 26506 Views | Created by Kalman Toth - Wednesday, March 21, 2012 2:57 PM | Last reply by Jeff Moden - Saturday, March 28, 2020 6:45 AM -
4 Votes
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 ...Answered | 10 Replies | 14527 Views | Created by Santhosh Aryan - Friday, September 2, 2011 1:48 PM | Last reply by Kalman Kiss - Tuesday, March 17, 2020 10:25 AM -
1 Votes
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 ...Unanswered | 3 Replies | 11875 Views | Created by Dan112233 - Tuesday, February 8, 2011 5:29 PM | Last reply by Ian.Fuller - Monday, March 9, 2020 7:15 PM -
2 Votes
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 ...Answered | 14 Replies | 51927 Views | Created by mmw_pdx - Friday, February 4, 2011 4:59 PM | Last reply by TheBrenda - Friday, March 6, 2020 5:47 PM -
0 Votes
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 ...Answered | 9 Replies | 12057 Views | Created by Kalman Toth - Friday, October 23, 2009 10:41 PM | Last reply by st9912345 - Wednesday, March 4, 2020 2:30 AM -
1 Votes
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 ...Answered | 8 Replies | 5979 Views | Created by Operation Insanity - Wednesday, July 30, 2014 10:16 PM | Last reply by Alexander Dickbauer - BOS - Tuesday, March 3, 2020 10:14 AM -
2 Votes
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 ...Answered | 2 Replies | 11806 Views | Created by ShajiManj - Saturday, March 14, 2009 8:57 AM | Last reply by Blakelyjoy - Wednesday, February 19, 2020 6:54 AM - Items 1 to 20 of 19401 Next ›