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 | 221976 Views | Created by Doua - Monday, 9 March 2009 4:16 PM | Last reply by Naomi N - Friday, 28 August 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 | 66889 Views | Created by gk1393 - Friday, 16 July 2010 12:25 AM | Last reply by Naomi N - Tuesday, 11 August 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 | 20264 Views | Created by JCEH - Tuesday, 20 November 2012 2:39 PM | Last reply by Erland Sommarskog - Friday, 7 August 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 | 11191 Views | Created by kvraodba - Saturday, 8 December 2012 2:26 AM | Last reply by MarianSosa - Friday, 31 July 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 | 28765 Views | Created by matthias1989 - Monday, 5 March 2012 12:28 PM | Last reply by Jeff Moden - Thursday, 30 July 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 | 25106 Views | Created by Larry Weiss - Tuesday, 13 May 2014 3:04 PM | Last reply by Naomi N - Friday, 17 July 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 | 21214 Views | Created by Chakravarthy - Tuesday, 28 February 2012 9:53 AM | Last reply by ksoft001 - Friday, 3 July 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 | 6942 Views | Created by mkl69 - Friday, 7 November 2014 10:20 PM | Last reply by sandeep2005 - Wednesday, 17 June 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 | 408877 Views | Created by NoEgo - Monday, 20 February 2006 11:21 PM | Last reply by scott_morris-ga - Friday, 12 June 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 | 194094 Views | Created by Sandip Maniar - Tuesday, 29 July 2008 8:51 PM | Last reply by Erland Sommarskog - Friday, 8 May 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 | 30094 Views | Created by Estefanía1 - Tuesday, 8 April 2008 10:51 AM | Last reply by Shivendoo Kumar Dubey - Wednesday, 1 April 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 | 26975 Views | Created by sql9 - Tuesday, 29 November 2011 4:40 PM | Last reply by Jeff Moden - Saturday, 28 March 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 | 29981 Views | Created by KODI_KODI - Sunday, 16 December 2012 1:51 PM | Last reply by Jeff Moden - Saturday, 28 March 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 | 25139 Views | Created by Kalman Toth - Wednesday, 21 March 2012 2:57 PM | Last reply by Jeff Moden - Saturday, 28 March 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 | 13540 Views | Created by Santhosh Aryan - Friday, 2 September 2011 1:48 PM | Last reply by Kalman Kiss - Tuesday, 17 March 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 | 10983 Views | Created by Dan112233 - Tuesday, 8 February 2011 5:29 PM | Last reply by Ian.Fuller - Monday, 9 March 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 | 49535 Views | Created by mmw_pdx - Friday, 4 February 2011 4:59 PM | Last reply by TheBrenda - Friday, 6 March 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 | 10870 Views | Created by Kalman Toth - Friday, 23 October 2009 10:41 PM | Last reply by st9912345 - Wednesday, 4 March 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 | 4993 Views | Created by Operation Insanity - Wednesday, 30 July 2014 10:16 PM | Last reply by Alexander Dickbauer - BOS - Tuesday, 3 March 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 | 10772 Views | Created by ShajiManj - Saturday, 14 March 2009 8:57 AM | Last reply by Blakelyjoy - Wednesday, 19 February 2020 6:54 AM - Items 1 to 20 of 19404 Next ›