Viewing 15 posts - 10,186 through 10,200 (of 15,381 total)
ChrisM@Work (10/31/2012)
sqldba_newbie (10/31/2012)
ChrisM@Work (10/31/2012)
sqldba_newbie (10/28/2012)
my bad...i have updated the code now...thanksWhere? Without knowing how #sid is populated, it's impossible to do what you are asking.
CREATE TABLE #Sid
...
October 31, 2012 at 1:50 pm
Mani-584606 (10/31/2012)
How to create sql server login to allow the user to change his password when he first connects to the SQL Server instance?
By adding MUST_CHANGE after the password to...
October 31, 2012 at 1:03 pm
You seem to be long on need of help and very short in supply of details.
Here is the code you posted.
DECLARE @CurrentDateTime DATETIME
SET @CurrentDateTime = Getdate()
DECLARE @nth AS BIT
DECLARE @Aus...
October 31, 2012 at 9:30 am
I know you fixed your syntax issue but I can't help but ask about your stored proc.
"exec @commid = dbo.eware_get_identity_id 'Communication' --Another stored procedure
I assume this is getting the...
October 31, 2012 at 9:20 am
apat (10/31/2012)
yes thats the plan. I just though it would be great to find out everything before hand if possible. Thanks for your help though.
At best you can probably find...
October 31, 2012 at 8:32 am
apat (10/31/2012)
October 31, 2012 at 8:27 am
Mackers (10/31/2012)
The SQL is quite hard to read (and I have never come across case statements & cursors used like that before) but rather than using a cursor couldn't...
October 31, 2012 at 8:23 am
christopher.grant (10/31/2012)
October 31, 2012 at 8:22 am
apat (10/31/2012)
1. if procs within other databases on the same server is using this db.
2. procs/views/functions using this database through...
October 31, 2012 at 8:03 am
You don't need SSMSToolsPack to generate a script for the data. You can right click the database Taks -> Generate Scripts to bring up the Script wizard. On the Set...
October 31, 2012 at 7:55 am
Mithra (10/30/2012)
October 30, 2012 at 2:55 pm
Mithra (10/30/2012)
I am trying to write a generic stored procedure to check all the processes running in the server.I will be using 'select * from sysprocesses.How can i...
October 30, 2012 at 2:20 pm
sqldba_newbie (10/30/2012)
GSquared (10/30/2012)
October 30, 2012 at 1:43 pm
nfs_john (10/30/2012)
My problem today is that when this company started they had no standards for data entry. So one person could enter Alabama and another Al while a third AL....
October 30, 2012 at 1:39 pm
Viewing 15 posts - 10,186 through 10,200 (of 15,381 total)