Viewing 15 posts - 421 through 435 (of 1,884 total)
Does it mean you will have the same SA password on all boxes? This will be a bigger security concern than older passwords. Moreover, more people will need to know this...
April 12, 2007 at 11:01 am
Yes it is.
I normally create stored procedures in SQL Server or if I have a job in SQL Server, I would refer to sp_start_job
http://msdn2.microsoft.com/en-us/library/ms186757.aspx
Then from Microsoft Access I use...
April 12, 2007 at 10:52 am
Could we just have a function that will add all non-null values? Something like VSUM where V stays for value?
April 10, 2007 at 11:20 am
Hi, BOL Article Using Files and Filegroups says:
"Filegroups use a proportional fill strategy across all the files within each filegroup. As data is written to the filegroup, the database engine...
April 5, 2007 at 1:23 pm
Also check the data, are they really the same? There could be leading or trailing spaces.
April 5, 2007 at 1:17 pm
Where in the reference it says "in clear text" ?
April 5, 2007 at 1:13 pm
Linked tables return the sorted view, I tested. How do you use ADP? are you talkig about ADP functions? We found out that in Access 2003 ADP functions don't really...
March 12, 2007 at 3:47 pm
This will log the result of RESTORE HEADERONLY to a table. The backup size is one of the fileds. You can use it in a loop for all files in...
March 12, 2007 at 3:32 pm
I tried to get a definition of sys.sysusers view by selecting:
SELECT
OBJECT_DEFINITION(OBJECT_ID('sys.sysusers'))
I got a definition, but the FROM list includes tables like sys.sysowners....
March 12, 2007 at 1:55 pm
Hi,
SQL Sever Views can not be sorted (include ORDER BY) unles TOP is specified too. It was the same way in 2000 too. Please, give an example of what you...
March 12, 2007 at 1:10 pm
Paul,
This is under Client Configuration (a button) in Administrative Tools ->Data Sources and then selecting your data source under File DSN.
Client configuration points to the same Client Network Utility as...
March 12, 2007 at 12:56 pm
Check if the firewall is open on port 1434 to browse between instances or configure DSN not to use "Dynamically determine port" I also will ask our Citrix admin who...
March 12, 2007 at 9:41 am
One enhancement that is done by SP2 is allowing to create maintenance plans without using Integration Services. Maybe the change messed something up. I did not test it yet.
A couple...
March 12, 2007 at 8:55 am
Paul,
The most possible reason will be that some logins on the new server have different SIDs from the old server even if they have the same name. Make sure you can...
March 12, 2007 at 8:46 am
Then I would keep track of the number of databases in a table. Then run a job once a day that compares the result from select count(*) from sysdatabases to...
March 6, 2007 at 9:17 am
Viewing 15 posts - 421 through 435 (of 1,884 total)