Viewing 15 posts - 691 through 705 (of 1,319 total)
wouldn't it be four-part naming convention?
i.e. SET @from = N'.database_name.schema_name.table_name Where criteria'
April 23, 2009 at 10:01 am
Hmmm, runs fine on my server (again, SQL 2000). Maybe something lost in the copy paste, it's happened to me before. A single quote(') comes across as a different single...
April 23, 2009 at 8:38 am
It definitely does log all the backup information. This may be overkill but if you look at user_name, you can tell who ran the backup and decipher which is netbackup...
April 22, 2009 at 7:39 am
Mohit (4/20/2009)
SQL Server cannot backup what has been marked for truncation already and is not hardended back to the hdd. Thanks. Mohit.
What does that mean?
April 21, 2009 at 7:13 am
I run the following once a week to "monitor" my metrics (not sure where I found the script but I'm guessing here!). I can then get a baseline of each...
April 21, 2009 at 6:54 am
Just my 2 cents....From time to time, when I run a query via QA, the transaction remains open and I will sometimes block other processes until I close my widnow,...
April 20, 2009 at 7:25 am
If you have issues, post the exact sytax you're trying to run and you'll get plenty of help.
April 14, 2009 at 8:34 am
Or something like the following, which may be faster depending on the amount of data you are deleting:
--this saves the data you want to retain
select * into NEWhugetable from hugetable...
April 13, 2009 at 11:38 am
twantoni (4/9/2009)
The lightbulb went off after reading both of your last posts.
That's the beauty of these forums. A little nudge in the right direction and things come into...
April 13, 2009 at 6:26 am
I started to do that. The table has 660K rows of data. After about 10 or 15 minutes, I finally canceled the query. I don't deem the number of rows...
April 10, 2009 at 9:51 am
The combination of all your key fields needs to be unique:
DATAAREAID],
[CONFIGID],
[INVENTSIZEID],
[INVENTCOLORID],
[INVENTLOCATIONID],
[INVENTBATCHID],
[WMSLOCATIONID],
[WMSPALLETID],
[INVENTSERIALID]
April 9, 2009 at 1:43 pm
tosscrosby (4/9/2009)
Can you view the logs of the job for Saturday and Sunday?
April 9, 2009 at 9:07 am
Can you view the logs of the job for Saturday and Sunday? It looks like you only do weekdays. Right-click on the job and view job history (or double click...
April 9, 2009 at 8:55 am
Vijaya Kadiyala (4/8/2009)
I Wounder why we dont have TRIM function in SQL Server. 😉
??? rtrim and ltrim don't count?
April 9, 2009 at 8:50 am
Viewing 15 posts - 691 through 705 (of 1,319 total)