Viewing 15 topics - 269,971 through 269,985 (of 283,911 total)
Topics
Started by
Posts
Last post
I have a select query that gives inconsistent result sets that is based on tables with static data.…
13 replies
I have a session table: CREATE TABLE [dbo].[session] ( [session_id][char](32) NOT NULL , [data][tex…
2 replies
I want to find whether the given (Server name as input )SQL Server is active or not using T-SQL.
2 replies
I need some help with getting a point in time restore to work successfully. I need to restore my d…
13 replies
When SQL Server evaluates (in a WHERE clause) something like: "TeamID IS NULL OR TeamID = @ID" ...a…
14 replies
In a stored procedure report, how do I allow an optional filter for a select statement/ For example…
24 replies
Does each file in a filegroup open a new thread for r/w or does the fact that multiple files in a f…
4 replies
If at the beginning of a Stored Procedure I put the line SET DATEFORMAT dmy does the dateformat cha…
1 replies
Hello Everyone, I wish to insert name, dob, and ss number into a persons table in a customers datab…
1 replies
As a general rule is there any performance gain in the order I list my tables in the FROM clause? e…
8 replies
Is there any speed advantage for a DTS package to extract data from a linked server's table to the …
2 replies
Dear All, I am migrating data over to a new system written in a completely different lauguage, the …
6 replies
We have some template stored procedure stored in text files. Is there an easy way to stuff the fil…
3 replies
I am trying to loop thru all the tables in the database to get the lastupdated field's value into a…
3 replies
Hello, I am new to SQL Server 2000 and I am trying out the 'Import' feature. I successfully import…
3 replies
Viewing 15 topics - 269,971 through 269,985 (of 283,911 total)