Viewing 15 posts - 7,111 through 7,125 (of 7,472 total)
- Keep in mind that your clustering-index may be uniqueified by sqlserver itself if it is not a unique key _and_ it is added to all nci ! So keep...
March 8, 2004 at 2:55 am
stop it and start it again without the -m parameter
March 8, 2004 at 2:42 am
I'd suggest you make a stored proc to perform this functionality. Use temporary objects to store intermediate data and returen your selected subset from the temporary object.
March 8, 2004 at 12:31 am
store it as a separate smallint, just indicating timedifference to GMT. If doing so, it might be interesting to include a gmt-datetime column because otherwise you'll have to include "daylightsavings"...
March 8, 2004 at 12:22 am
<<We are using the same login name and password, Windows Authentication...and contiually get an error message that says the user name is "null". >>
So, are you using SQL-authentication _or_...
March 8, 2004 at 12:10 am
exec sp_MSforeachdb @command1 = 'SELECT [TABLE_CATALOG], [TABLE_SCHEMA], [TABLE_NAME], [COLUMN_NAME], [ORDINAL_POSITION], [COLUMN_DEFAULT], [IS_NULLABLE], [DATA_TYPE], [CHARACTER_MAXIMUM_LENGTH], [CHARACTER_OCTET_LENGTH], [NUMERIC_PRECISION], [NUMERIC_PRECISION_RADIX], [NUMERIC_SCALE], [DATETIME_PRECISION], [CHARACTER_SET_CATALOG], [CHARACTER_SET_SCHEMA], [CHARACTER_SET_NAME], [COLLATION_CATALOG], [COLLATION_SCHEMA], [COLLATION_NAME], [DOMAIN_CATALOG], [DOMAIN_SCHEMA], [DOMAIN_NAME] FROM ?.[INFORMATION_SCHEMA].[COLUMNS]...
March 5, 2004 at 7:15 am
If your sqlagent is serviced using a windows-account, you can perform remote-backups, as long as your windows-account has write-permission at the destination-folder where the .bak-file resides.
Check BOL backup devices
March 3, 2004 at 6:33 am
Sorry Frank, didn't know you were here today
March 3, 2004 at 1:34 am
- keep sql-injection in mind ! Check http://www.sqlservercentral.com/columnists/chedgate/sqlinjection.asp
- just define your variables as sp-parameters and handle your statement in your sp. You...
March 3, 2004 at 12:55 am
tsm only makes file-copies !
This will work only when the db is offline (sqlserver7 instance is down).
March 2, 2004 at 8:02 am
they were not wrong , they did too much work, which is against the nature-law that a dba is lazy by default and therefore always chooses the shortesd way to get...
March 2, 2004 at 7:37 am
In this case the sp_tableoption N'Employee', 'text in row', 'ON'
is overhead, because BOL says 'on' enables it OR an integer value from 24 through 7000.
March 2, 2004 at 12:18 am
Another reason for the simple minded to implement whatever comes up , same like buying a bigger box if the current one can...
March 1, 2004 at 9:45 am
like BTW = "by the way", BOL stands for "books online"
Start\Programs\Microsoft SQL Server\Books Online
look for "Defining...
February 27, 2004 at 7:09 am
why not setup an alert and have sqlagent sending you the mail ?
(check BOL)
There are demo-alerts with sqlserver instaled, but not activated.
February 27, 2004 at 12:16 am
Viewing 15 posts - 7,111 through 7,125 (of 7,472 total)